Skip to main content

Verify a contract with Standard input JSON file

POST 

/?module=contract&action=verifysourcecode

Verify a contract with Standard input JSON file

Request

Query Parameters

    module stringrequired

    Possible values: [contract]

    action stringrequired

    Possible values: [verifysourcecode]

    apiKey stringrequired
    Example: pk_1234567890

Body

required
    codeformat string
    contractaddress string
    contractname string
    compilerversion string
    sourceCode string

Responses

OK

Schema
    message string
    result string
    status string
Loading...

Was this page helpful?